#############################
#####Hannover EEP Events#####
###########By SUO############
#############################

###The Battle of Regensburg###
event = {
	id = 48000
	trigger = {
			NOT = { war = {country = HAB country = HAN} }
			leader = 09425 
		}
	random = no
	country = HAN
	name = "EVENTNAME48000"
	desc = "EVENTHIST48000"
	style = 1

	date = { day = 1 month = january year = 1500 }
	offset = 0
	deathdate = {day = 30 month = december year = 1510}

	action_a = {
			name = "ACTIONNAME48000A"
			command = { type = dynastic which = HAB}
			command = { type = relation which = HAB value = 100}
	}
}	

###Constant troubles with the Bishop of Hildesheim###
event = {
	id = 48001
	trigger = { 
			owned = { province = 310 data = -1}
		}
	random = no
	country = HAN
	name = "EVENTNAME48001"
	desc = "EVENTHIST48001"
	style = 2

	date = { day = 1 month = april year = 1515} #have to check the exact date#
	offset = 100
	deathdate = { day = 30 month = december year = 1517}

	action_a = {
			name = "ACTIONNAME48001A"
			command = { type = provincetax which = 310 value = -1}
			command = { type = relation which = PAP value = 25}
			command = { type = sleepevent which = 48002}
			command = { type = vp value = -5}
		}

	action_b = {
			name = "ACTIONNAME48001B"
			command = { type = stability value = -2}
			command = { type = province_revoltrisk which = 310 value = 7}
			command = { type = CAV which = 310 value = 1000}
		}
}

event = {
	id = 48002
	trigger = { event = 48001 }	
	random = no
	country = HAN
	name = "EVENTNAME48002"
	desc = "EVENTHIST48002" 
	style = 2
		
	date = { day = 7 month = may year = 1523 } #have to check the exact date#
	offset = 50
	deathdate = { day = 1 month = january year = 1525 } 

	action_a = { 
			name = "ACTIONNAME48002A"
			command = { type = province_revoltrisk which = 310 value = -7 }
			command = { type = stability value = 1 }
			command = { type = provincetax which = 310 value = 1 }
	}
}

#Julius starts economic reforms#

event = {
	id = 48003
	trigger = { stability = 2 }
	random = no
	country = HAN
	name = "EVENTNAME48003"
	desc = "EVENTHIST48003"
	style = 2	

	date = {day = 1 month = january year = 1586 }
	offset = 400
	deathdate = { day = 1 month = january year = 1590 }

	action_a = { 
			name = "ACTIONNAME48003A"
			command = { type = domestic which = mercantilism value = 1}
			command = { type = inflation value = -5}
			command = { type = infra value = 100}
			command = { type = trade value = 100}
	}
	action_b = {
			name = "ACTIONNAME48003B"
			command = { type = land value = 100}
	}
}

#Army Reforms of Duke Georg I#

event = {
	id = 48004
	trigger = { 
			leader = 2281 
		}
	random = no
	country = HAN
	name = "EVENTNAME48004"
	desc = "EVENTHIST48004"
	style = 3
	
	date = {day = 1 month = january year = 1631 }
	offset = 700
	deathdate = { day = 30 month = december year = 1639 } 

	action_a = {
			name = "ACTIONNAME48004A"
			command = { type = domestic which = quality value = 2}
			command = { type = domestic which = offensive value = -2}
			command = { type = land value = 200}
			command = { type = stability value = 1}
			command = { type = INF which = 310 value = 5000}
			command = { type = ART which = 310 value = 10}
			command = { type = treasury value = -100}
	}
	action_b = {
			name = "ACTIONNAME48004B"
			command = { type = stability value = -1}
	}
}

#The Death of Duke Georg#

event = {
	id = 48005
	random = no
	country = HAN
	name = "EVENTNAME48005"
	desc = "EVENTHIST48005"
	style = 3
	
	date = {day = 8 month = november year = 1641 }
	offset = 0	

	action_a = { 
			name = "ACTIONNAME48005A"
			command = { type = stability value = -3}
	}
}

#The Claim for the Electorat#
event = {
	id = 48006
	trigger = { 
			NOT = { 
				war = { country = HAB country = HAN}
				}
			owned = { province = 310 data = -1 }
			}
	random = no
	country = HAN
	name = "EVENTNAME48006"
	desc = "EVENTHIST48006"
	style = 4

	date = {day = 1 month = january year = 1689}
	offset = 900
	deathdate = {day = 30 month = december year = 1720}

	action_a = { 
			name = "ACTIONNAME48006A"
			command = { type = treasury value = -50}
			command = { type = relation which = SAC value = 50}
			command = { type = province_revoltrisk which = 310 value = 5}
			command = { type = revolt which = 310}
			command = { type = stability value = -1}
			command = { type = relation which = FRA value = -50}
			command = { type = trigger which = 48007}
	}
	action_b = {
			name = "ACTIONNAME48006B"
			command = { type = sleepevent which = 48008}
			command = { type = vp value = -50}
	}
}


event = {
	id = 48007
	random = no
	country = SAC
	name = "EVENTNAME48007"
	desc = "EVENTHIST48007"
	style = 4

	action_a = {
			name = "ACTIONNAME48007A"
			command = { type = treasury value = 50}
	}
}


event = {
	id = 48008
	trigger = {
			event = 48006
			owned = { province = 310 data = -1}
}
	random = no
	country = HAN
	name = "EVENTNAME48008"
	desc = "EVENTHIST48008"
	style = 4

	date = {day = 1 month = january year = 1700 }
	offset = 500
	deathdate = {day = 10 month = october year = 1710}

	action_a = {
			name = "ACTIONNAME48008A"
			command = { type = vp value = 50}
			command = { type = stability value = 1}
			command = { type = province_revoltrisk which = 310 value = -5}
			command = { type = domestic which = centralization value = 1 }
	}
}

event = {
	id = 48009
	trigger = {
			owned = {province = 310 data = -1}
	}
	random = no
	country = HAN
	name = "EVENTNAME48009"
	desc = "EVENTHIST48009"
	style = 4

	date = {day = 12 month = august year = 1705} #Have to check exact date#
	offset = 50
	deathdate = { day = 1 month = january year = 1706 }
	
	action_a = { 
			name = "ACTIONNAME48009A"
			command = { type = provincetax which = 310 value = 2}
			command = { type = domestic which = centralization value = 1}
	}	
}	

event = {
	id = 48015
	random = no
	country = HAN
	name = "EVENTNAME48015"
	desc = "EVENTHIST48015"
	style = 4
	
	action_a = { 
			name = "ACTIONNAME48015A"
			command = { type = treasury value = 75 }
	}
}	

event = {
	id = 48017
	random = no
	country = HAN
	name = "EVENTNAME48015"
	desc = "EVENTHIST48015"
	style = 4
	
	action_a = { 
			name = "ACTIONNAME48017A"
			command = { type = treasury value = 75 }
	}
}	

event = {
	id = 48019
	random = no
	country = HAN
	name = "EVENTNAME48015"
	desc = "EVENTHIST48015"
	style = 4
	
	action_a = { 
			name = "ACTIONNAME48019A"
			command = { type = treasury value = 75 }
	}
}	

event = {
	id = 48021
	random = no
	country = HAN
	name = "EVENTNAME48015"
	desc = "EVENTHIST48015"
	style = 4
	
	action_a = { 
			name = "ACTIONNAME48021A"
			command = { type = treasury value = 75 }
	}
}	

event = {
	id = 48023
	random = no
	country = HAN
	name = "EVENTNAME48015"
	desc = "EVENTHIST48015"
	style = 4
	
	action_a = { 
			name = "ACTIONNAME48023A"
			command = { type = treasury value = 75 }
	}
}	

event = {
	id = 48024
	random = no
	country = HAN
	name = "EVENTNAME48024"
	desc = "EVENTHIST48024"
	style = 4
		
	date = { day = 1 month = january year = 1728 }
	offset = 30
	deathdate = { day = 1 month = january year = 1730 }
	
	action_a = {
			name = "ACTIONNAME48024A"
			command = { type = DIP which = 3 value = 420 }
			command = { type = ADM which = 1 value = 420 }
			command = { type = MIL which = 2 value = 420 }
	}
}

event = {
	id = 48025
	trigger = { 	event = 3044
			vassal = { country = ENG country = HAN }
	}
	random = no
	country = HAN
	name = "EVENTNAME48025"
	desc = "EVENTHIST48025"
	style = 4

	date = { day = 1 month = january year = 1757 }
	offset = 30
	deathdate = { day = 1 month = january year = 1758 }

	action_a = {
			name = "ACTIONNAME48025A"
			command = { type = relation which = ENG value = -50 }
			command = { type = dynastic which = ENG }
			command = { type = wakeleader which = 0253 }
	}
	action_b = {
			name = "ACTIONNAME48025B"
			command = { type = breakvassal which = ENG }
			command = { type = relation which = ENG value = -100 }
			command = { type = relation which = PRU value = -50 }
			command = { type = relation which = BRA value = -50 }
			command = { type = relation which = FRA value = 50 }
			command = { type = relation which = HAB value = 50 }
	}
}


event = {
	id = 48026
	trigger = { event = 48024 }
	random = no
	country = HAN
	name = "EVENTNAME48026"
	desc = "EVENTHIST48026"
	style = 4
	
	date = {day = 1 month = january year = 1734}
	offset = 70
	deathdate = {day = 30 month = december year = 1734}

	action_a = {
			name = "ACTIONNAME48026A"
			command = { type = domestic which = innovative value = 1}
			command = { type = infra value = 500 }
			command = { type = treasury value = -200}
	}
	action_b = {
			name = "ACTIONNAME48026B"
			command = { type = domestic which = innovative value = -1}
			command = { type = conversion which = -1}
			command = { type = missionaries value = 1}
			command = { type = treasury value = -200}
	}
	action_c = {
			name = "ACTIONNAME48026C"
			command = { type = vp value = -5}
	}
}		

event = {
	id = 48011
	trigger = { OR = { religion = protestant
				religion = reformed }
			event = 48010
	}
	random = no
	country = HAN
	name = "EVENTNAME48011"
	desc = "EVENTHIST48011"
	style = 4

	date = { day = 30 month = july year = 1714}
	offset = 0
	deathdate = {day = 1 month = august year = 1714}

	action_a = {
		name = "ACTIONNAME48011A"
		command = { type = trigger which = 48030}
		command = { type = sleepevent which = 48012}
	}

	action_b = {
		name = "ACTIONNAME48011B"
		command = { type = sleepmonarch which = 05965 }
		command = { type = sleepmonarch which = 05966 }
		command = { type = sleepmonarch which = 05967 }
		command = { type = wakemonarch which = 13018 }
		command = { type = wakemonarch which = 13019 }
		command = { type = wakemonarch which = 13020 }
		command = { type = wakemonarch which = 13021 }
		command = { type = wakemonarch which = 13022 }
		command = { type = wakemonarch which = 13023 }
		command = { type = wakemonarch which = 13024 }
		command = { type = wakeleader which = 0253 }
		command = { type = wakeleader which = 13017 }
		command = { type = provincetax which = 310 value = 1}
		command = { type = trigger which = 48032}
		command = { type = sleepevent which = 48012}
	}

	action_c = {
		name = "ACTIONNAME48011C"
		command = { type = trigger which = 48031}
		command = { type = sleepevent which = 48012}
		}
}

event = {
	id = 48033
	random = no
	country = HAN
	name = "EVENTNAME48033"
	desc = "EVENTHIST48033"
	style = 4

	action_a = {
		name = "ACTIONNAME48033A"
		command = { type = trigger which = 48030}
	}

	action_b = {
		name = "ACTIONNAME48033B"
		command = { type = sleepmonarch which = 05965 }
		command = { type = sleepmonarch which = 05966 }
		command = { type = sleepmonarch which = 05967 }
		command = { type = wakemonarch which = 13018 }
		command = { type = wakemonarch which = 13019 }
		command = { type = wakemonarch which = 13020 }
		command = { type = wakemonarch which = 13021 }
		command = { type = wakemonarch which = 13022 }
		command = { type = wakemonarch which = 13023 }
		command = { type = wakemonarch which = 13024 }
		command = { type = wakeleader which = 0253 }
		command = { type = wakeleader which = 13017 }
		command = { type = provincetax which = 310 value = 1}
		command = { type = trigger which = 48032}
		}

	action_c = {
		name = "ACTIONNAME48033C"
		command = { type = trigger which = 48031}
	}
}
